GtkSeparatorToolItem: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 13:40:06 +0000 (09:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:09 +0000 (13:31 -0400)
gtk/gtkseparatortoolitem.c

index b8ded83fb4c273752f7cd7b3afc7341dd0b0d79a..e92ed403822ab2fa7785d3a695c35cf1a46b8f05 100644 (file)
@@ -144,7 +144,7 @@ gtk_separator_tool_item_class_init (GtkSeparatorToolItemClass *class)
                                                          P_("Draw"),
                                                          P_("Whether the separator is drawn, or just blank"),
                                                          TRUE,
-                                                         GTK_PARAM_READWRITE));
+                                                         GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 }
 
 static void